home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSITION / SERVIC1.LZH / MAINTD50.EXE / SERVICE / DOS5.TXT < prev    next >
Text File  |  1992-10-07  |  3KB  |  77 lines

  1.  
  2.              Additional usage issues for MS-DOS [TM] 5.0 users:
  3.  
  4. The various backup procedures referenced within this program recommend that, 
  5. as you rotate back and forth between backup masters, you reformat the 
  6. current disk used for backup.  
  7.  
  8. In versions of DOS prior to MS-DOS [TM] 5.0, a 'FORMAT A:' command would 
  9. reformat every byte on the floppy disk, thereby providing a magnetically 
  10. fresh surface for your current backup master.  MS-DOS [TM] 5.0, however, 
  11. performs a 'safe format'.  While overwriting the root directory area and the 
  12. File Allocation Table (FAT), MS-DOS [TM] 5.0 does not write over the data 
  13. area.  The format command in version of DOS prior to MS-DOS [TM] 5.0 will 
  14. overwrite the root directory area, the FAT, and all of the data areas on the 
  15. disk.
  16.  
  17. The intent of the 'safe format' is to give you the option of using the 
  18. 'UNFORMAT' command of MS-DOS [TM] 5.0, should you accidentally format a 
  19. disk.  Though laudable in intent, the 'safe format' feature of MS-DOS [TM] 
  20. 5.0 is disastrous when used on backup masters.  The physical media on your 
  21. floppies is an excellent medium for backing up your data files, as long as 
  22. you perform a true format against those floppies.  On average, about 80% of 
  23. the read/write problems my customers have is magnetic, not physical.  Once 
  24. reformatted, the magnetic oxide particles on the backup floppies are 
  25. realigned and are as good as new.
  26.  
  27. To perform an Unconditional format in MS-DOS [TM] 5.0, you enter this 
  28. command:
  29.                                FORMAT A: /U   
  30.  
  31. To perform a Safe format(the default in MS-DOS [TM] 5.0), you enter:
  32.  
  33.                                  FORMAT A: 
  34.  
  35. For a Quick format, you would enter:
  36.  
  37.                                FORMAT A: /Q   
  38.  
  39. Restated, the Safe Format and the Quick Format options in MS-DOS [TM] 5.0 do 
  40. not perform an actual disk format.  They only mark the disk space as available for file storage.  When used for backup masters for your data, 
  41. please use the Unconditional format method.
  42.  
  43.  
  44.  
  45.                   -- SETVER.EXE incompatibility issues --
  46.  
  47. If you observe intermittent errors in running this program or in performing 
  48. updates, please look for this command in your CONFIG.SYS:
  49.  
  50.                           DEVICE=C:\DOS\SETVER.EXE
  51.  
  52. If you can remove it from CONFIG.SYS, please do so; if not, then you may 
  53. have to perform the following procedure within the subdirectory of this 
  54. program to make it run correctly:
  55.          
  56.  
  57.                      DEL *.MEM <======== you enter these commands, 
  58.                                             followed by [ENTER]
  59.                         GO       <========  
  60.  
  61.  
  62.  
  63.             Additional format issues for DR DOS [TM] 6.0 users:
  64.  
  65. The preceding discussion applies to DR DOS [TM] also.  Though it does not 
  66. have a Quick option, it too provides 2 levels of format to allow for the use 
  67. of their UNFORMAT.  To perform an Unconditional format in DR DOS [TM] 6.0, 
  68. you would enter this command:
  69.  
  70.                                FORMAT A: /U   
  71.  
  72.  
  73.  
  74. MS-DOS [TM] is a registered trademark of Microsoft Corporation.
  75. DR DOS [TM] is a registered trademark of Digital Research, Inc.
  76.  
  77.